home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
Palettes
/
OOPSPalette
/
OOPSObjectView.h
< prev
next >
Wrap
Text File
|
1995-06-12
|
176b
|
14 lines
#import <appkit/appkit.h>
@interface OOPSObjectView:View
{
NXImage *image;
}
- drawSelf: (const NXRect *)rects :(int)rectCount;
- initFrame:(NXRect *)frameRect;
@end